CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符 哈夫曼编码

搜索资源列表

  1. huffman

    0下载:
  2. Huffman编码又称哈夫曼编码,是一种可变长编码方式.码的原理是:将使用次数多的代码转换成长度较短的代码,而使用次数少的可以使用较长的编码,并且保持编码的唯一可解性。Huffman算法的最根本的原则是:累计的(字符的统计数字*字符的编码长度)为最小,也就是权值(字符的统计数字*字符的编码长度)的和最小。-Huffman coding, also known as Huffman coding is a variable length encoding. Code principle is: u
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2657
    • 提供者:clare
  1. huffman

    0下载:
  2. 本程序用C语言编写的哈夫曼编码(Huffman Coding),该方法依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码-Huffman coding (Huffman, from Coding) this program written in C, the average probability to construct different prefix length of the shortest codeword in accordance with the chara
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1071
    • 提供者:夏刚
  1. Huffman

    1下载:
  2. 数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a Huffman tree program, create a text file, the statistical character frequency in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3574
    • 提供者:王龙飞
  1. huffman

    0下载:
  2. 输入字符权值,然后生成对应的哈夫曼编码并打印出来!-Enter the character weights, and then generate the corresponding Huffman coding and print them out!
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:708659
    • 提供者:高阳
  1. h

    0下载:
  2. 输入n个字符和对应的权值,实现哈夫曼树的建立,哈夫曼编码和哈夫曼译码。-Input n characters and the corresponding weights, realize hoffmann, the establishment of the tree, hoffmann coding and decoding hoffmann.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:245917
    • 提供者:王震
  1. HuffMan

    0下载:
  2. 哈夫曼编码译码系统,设置发送者和接受者两个功能, 发送者的功能包括: ①输入待传送的字符信息; ②统计字符信息中出现的字符种类数和各字符出现的次数(频率); ②根据字符的种类数和各自出现的次数建立哈夫曼树; ③利用以上哈夫曼树求出各字符的哈夫曼编码; ④将字符信息转换成对应的编码信息进行传送。 接受者的功能包括: ①接收发送者传送来的编码信息; ②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。 -Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:302017
    • 提供者:卧龙
  1. HuffmanCode

    0下载:
  2. 在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。本程序用c语言来仿真哈夫曼编码的过程,其中运用动态分配数组存储哈夫曼树和动态分配数组存储哈夫曼编码表等c语言常用知识。另外,程序中包含极其详细的注解,十分有利于学习。 -Telegraph communications, the message is binary 0, 1 sequence transm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1399
    • 提供者:Mei
  1. hfm

    0下载:
  2. 哈夫曼编码译码 输入字符和权值可编码成哈夫曼码 也可反向译码-Huffman decoding
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1961
    • 提供者:Gyy
  1. Huff_Compress

    0下载:
  2. 无损压缩算法:哈夫曼编码。哈夫曼算法的过程为:统计原始数据中各字符出现的频率;所有字符按频率降序排列;建立哈夫曼树:将哈夫曼树存入结果数据;重新编码原始数据到结果数据。-Lossless compression algorithms: Huffman coding. Huffman algorithm is the process: the original data in the statistical frequency of occurrence of each character al
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11339980
    • 提供者:choonsa.miss
  1. HuffmanCoding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Huffman coding (Huffman Coding) is a single coding method, Huffman coding is a kind of variable-length coding (VLC). uf
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:1277
    • 提供者:伍恒
  1. haffumanlast

    0下载:
  2. 哈夫曼编码系统 设计任务:   从键盘输入一串电文字符能输出对应的哈夫曼编码。同时,能翻译由哈夫曼编码生成的代码串,输出相应的电文字符串。 设计要求:   (1)从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树及哈夫曼编码。   (2)利用已经建好的哈夫曼树,对输入的字符串进行编码,输出编码序列。   (3)利用已建好的哈夫曼树对输入的二进制编码进行译码,并输出结果。-Huffman coding system design tasks: from the
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:1807
    • 提供者:heilunya
  1. main

    0下载:
  2. 对字符文件进行构造哈夫曼树并进行哈夫曼编码-Character file structure Huffman tree and Huffman coding
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:1570
    • 提供者:zhangrongzhao
  1. hafuman

    0下载:
  2. 哈夫曼编码和译码系统 基本要求:(1) 能输入字符集和各字符频度建立哈夫曼树; (2) 产生各字符的哈夫曼编码,并进行解码。 提高要求:(1) 能设计出简捷易操作的窗口界面; (2) 编码和译码存储在文件中-Huffman coding and decoding system basic requirements: (1) Enter the character set and character frequently create a Huffman tree (2) to
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:2096
    • 提供者:潘永
  1. 4

    0下载:
  2. c#实现哈夫曼编码有用户界面,能对中英文字符进行编码和译码。-c# user interface Huffman coding, encoding and decoding can be conducted in English and Chinese characters.
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:71197
    • 提供者:tb6123031
  1. huffman

    0下载:
  2. 对手工输入字符串 手工输入字符及权重两种方式 实现哈夫曼编码 附有详细的实验报告-Two ways to achieve Huffman coding manual input the string manually input character and the right to re-
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:127376
    • 提供者:天旭张
  1. Huffman-encoding

    0下载:
  2. 基于哈夫曼编码的数据压缩/解压程序:将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件)和哈夫曼树文件;反过来,可将一个压缩文件解码还原为一个文本文件。-Data compression based on Huffman encoding
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:4565
    • 提供者:徐小龙
  1. HufEncoding

    0下载:
  2. java 实现读取英语文章,建立二叉树,程序自动统计每个个字母的使用频率(中序遍历输出每个字符),最后输出所有字母的以二进制表示的哈夫曼编码。-java read articles in English, the establishment of a binary tree, the program automatically statistical frequency of use of each letter (the preorder output for each character),
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:821
    • 提供者:gcl
  1. HuffmanTree

    0下载:
  2. 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:253538
    • 提供者:丁洁琼
  1. 3

    0下载:
  2. 对一篇由英文字母、空格、标点符号构成的文档,进行Huffman编码 数据输入: 由文件input.txt给出输入数据。 输入文件示例 input.txt A priority queue is a queue where each element has a priority and the element with the highest priority is at the front of the queue and will be the first elemen
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:259114
    • 提供者:miyor
  1. HuffmanTree

    0下载:
  2. 对文件进行字符统计,建立哈夫曼树,并建立哈夫曼编码,对文件进行压缩和解压缩-Characters in the file statistics, the establishment of Huffman tree, and the establishment of Huffman coding to compress and decompress the file
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:2774
    • 提供者:ljh
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com